Bluetooth Repository_ Factory
Functions
Link copied to clipboard
open fun create(applicationProvider: Provider<Application>, bluetoothBroadcastReceiverLazyProvider: Provider<BluetoothBroadcastReceiver>, dispatchersProvider: Provider<CoroutineDispatchers>, processLifecycleProvider: Provider<Lifecycle>, centralManagerProvider: Provider<CentralManager>): BluetoothRepository_Factory
Link copied to clipboard
open fun newInstance(application: Application, bluetoothBroadcastReceiverLazy: Lazy<BluetoothBroadcastReceiver>, dispatchers: CoroutineDispatchers, processLifecycle: Lifecycle, centralManager: CentralManager): BluetoothRepository